Docs.rs
v_htmlescape-0.15.8
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
v_htmlescape 0.15.8
The simd optimized HTML escaping code
Crate
Source
Builds
Feature flags
Documentation
Coverage
11.11%
2
out of
18
items documented
0
out of
18
items with examples
Links
zzau13/v_escape
53
4
5
crates.io
Dependencies
buf-min ^0.7
normal
Versions
0.15.8
0.15.7
0.15.6
0.15.5
0.15.3
0.15.2
0.15.1
0.15.0
0.14.1
0.14.0
0.13.1
0.13.0
0.12.0
0.11.0
0.10.4
0.10.3
0.10.2
0.10.1
0.10.0
0.9.1
0.9.0
0.8.0
0.7.0
0.6.1
0.6.0
0.5.0
0.4.5
0.4.4
0.4.3
0.4.2
0.4.1
0.4.0
0.3.2
0.3.1
0.3.0
0.1.2
0.1.1
0.1.0
Owners
v_htmlescape
The simd optimized html escape code
Quick start
use
v_htmlescape
::
escape
;
print!
(
"
{}
"
,
escape
(
"
foo<bar
"
)
)
;